home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / arc_chk.zip / CHECKALL.BAT < prev    next >
DOS Batch File  |  1992-01-06  |  156b  |  7 lines

  1. @echo off
  2.  
  3. :This shows an example of how you can execute the PKCHK.BAT file on
  4. :all .EXE files in a directory.
  5.  
  6. for %%a in (*.exe) do call pkchk %%a
  7.